// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01B TN_Widget.CreateTable([['Return of the Dodo','Roxy Theatre - CA','West Hollywood, CA','Saturday','5/4/2024','8:00 PM','6200359','Return-of-the-Dodo-5-4-2024'],['Bbymutha','Roxy Theatre - CA','West Hollywood, CA','Wednesday','5/8/2024','8:00 PM','6267414','Bbymutha-5-8-2024'],['Dustin Kensrue','Roxy Theatre - CA','West Hollywood, CA','Saturday','5/18/2024','8:00 PM','6252682','Dustin-Kensrue-5-18-2024'],['Odeal','Roxy Theatre - CA','West Hollywood, CA','Monday','5/20/2024','8:00 PM','6261784','Odeal-5-20-2024'],['Tep No','Roxy Theatre - CA','West Hollywood, CA','Saturday','5/25/2024','9:00 PM','6264256','Tep-No-5-25-2024'],['Yaya Bey','Roxy Theatre - CA','West Hollywood, CA','Wednesday','5/29/2024','8:00 PM','6244167','Yaya-Bey-5-29-2024'],['Empress Of','Roxy Theatre - CA','West Hollywood, CA','Friday','6/7/2024','10:00 PM','6236833','Empress-Of-6-7-2024'],['Empress Of','Roxy Theatre - CA','West Hollywood, CA','Saturday','6/8/2024','10:00 PM','6260493','Empress-Of-6-8-2024'],['Omni','Roxy Theatre - CA','West Hollywood, CA','Tuesday','6/18/2024','8:00 PM','6270685','Omni-6-18-2024'],['Urban Heat','Roxy Theatre - CA','West Hollywood, CA','Saturday','7/27/2024','9:00 PM','6257457','Urban-Heat-7-27-2024'],['Secret Number','Roxy Theatre - CA','West Hollywood, CA','Saturday','8/10/2024','7:00 PM','6416880','Secret-Number-8-10-2024'],['Mr Tout Le Monde','Roxy Theatre - CA','West Hollywood, CA','Saturday','9/21/2024','11:00 PM','6406369','Mr-Tout-Le-Monde-9-21-2024'],['Lord of the Lost','Roxy Theatre - CA','West Hollywood, CA','Friday','9/27/2024','8:00 PM','6192533','Lord-of-the-Lost-9-27-2024'],['Amelia Moore','Roxy Theatre - CA','West Hollywood, CA','Tuesday','10/1/2024','8:00 PM','6415892','Amelia-Moore-10-1-2024'],['Sub-Radio','Roxy Theatre - CA','West Hollywood, CA','Thursday','10/3/2024','9:00 PM','6373921','Sub-Radio-10-3-2024'],['Dana and Alden','Roxy Theatre - CA','West Hollywood, CA','Friday','10/4/2024','9:00 PM','6358679','Dana-and-Alden-10-4-2024'],['Bob Vylan','Roxy Theatre - CA','West Hollywood, CA','Tuesday','10/15/2024','8:00 PM','6383297','Bob-Vylan-10-15-2024'],['Sprints','Roxy Theatre - CA','West Hollywood, CA','Thursday','10/24/2024','8:00 PM','6418820','Sprints-10-24-2024'],['Witchz','Roxy Theatre - CA','West Hollywood, CA','Saturday','10/26/2024','9:00 PM','6276304','Witchz-10-26-2024'],['Bodega','Roxy Theatre - CA','West Hollywood, CA','Friday','11/1/2024','9:00 PM','6345702','Bodega-11-1-2024'],['Tops','Roxy Theatre - CA','West Hollywood, CA','Friday','11/8/2024','9:00 PM','6413614','Tops-11-8-2024'],['Benee','Roxy Theatre - CA','West Hollywood, CA','Wednesday','4/23/2070','TBD','4391323','Benee-4-23-2070'],['Benee','Roxy Theatre - CA','West Hollywood, CA','Thursday','4/24/2070','TBD','4388532','Benee-4-24-2070'],['Manic Focus, Mersiv & Russ Liquid','Roxy Theatre - CA','West Hollywood, CA','Thursday','5/8/2070','TBD','4365594','Manic-Focus--Mersiv---Russ-Liquid-5-8-2070'],['Caligula's Horse, Moon Tooth & Ebonivory','Roxy Theatre - CA','West Hollywood, CA','Thursday','6/5/2070','TBD','4328957','Caligula-s-Horse--Moon-Tooth---Ebonivory-6-5-2070']],'Roxy Theatre Los Angeles','http://www.ticketnetwork.com/ticket/Roxy-Theatre-Los-Angeles-events.aspx');